EntrySerializer

Deserializes individual entries in a complex Entry

SAM: serializeEntry takes a nullable input, errorbuilder list, and ignoreNonSync boolean, returns a serialized TomlElement. Expectation is that if input is null, the Entry will serialize its own stored T, otherwise it will handle serialization of the externally provied T

Author

fzzyhmstrs

Since

0.1.1

Parameters

T

the type of the Entry stored value

Inheritors

Functions

Link copied to clipboard
abstract fun serializeEntry(input: T?, errorBuilder: MutableList<String>, flags: Byte): TomlElement

Serializes either the provided input or stored value to a TomlElement